
.txtedit {
	font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:2em;
}
.txtedit p{
	text-indent:0;
	margin:0;
	padding:0;
}
.txtedit hr{
	height:1px;
	border:none;
	border-top:1px dotted #ccc;
}
.txtedit ul{
margin-left: 20px ;
list-style-type:disc;
}

.txtedit ol{
margin-left: 20px; 
}
.txtedit li{
list-style-type:inherit;
}
.txtedit em{
	font-style:italic;
}
.txtedit a{
	color:#3B639F;
}
.txtedit h1{
	font-size: 26px; margin: .5em 0 ;
}
.txtedit h2{
	font-size: 22px; margin: .5em 0;
}
.txtedit h3{
	font-size: 18px; margin: .5em 0;
}
.txtedit h4{
	font-size: 16px;margin: .5em 0;
}
.txtedit h5{
	font-size: 14px; margin: .5em 0;
}
.txtedit h6{
	font-size: 12px; margin: .5em 0;
}


.txtedit .title2 {
	height:40px;
}
.txtedit .title2 h2{
	height:22px;
	line-height:22px;
	background:#f90;
	padding:10px 10px 10px 1em;
	font-size:22px;
	margin-left:0em;
	color:#fff;
	text-align:left;
	border-bottom:5px solid #ccc;
}
.txtedit .title2 h2 a{
	color:#FFF;
	font-size:12px;
	float:right;
	font-weight:normal;
	/* width:80px; */
	text-align:center;
}
.txtedit .title2 h2 span.icon{
	font-size:14px;
	marginiright:5px;
}
.txtedit .title2 h2 a:hover{
text-decoration:none;
background:#F60;
}
.txtedit .title2 span{
	height:20px;
	font-size:14px;
	padding:0 5px;
	line-height:20px;
	color:#fff;
	font-weight:normal;
}
.txtedit h3.s1{
	display:block;
	height:16px;
	line-height:16px;
	font-size:16px;
	margin:2em 0 0 0;
	color:#f60;
	text-indent:1em;
	border-left:4px solid #f60;
	
}
.txtedit h4.s1{
	display:inline-block;
	font-size:16px;
	margin-right:1em;
	color:#333;
	text-indent:2em;
	background:url(/images/listdot2.gif) no-repeat 1em;
}
.txtedit span.icon{
	font-size:14px;
	marginiright:5px;
	color:#fff;
}
.txtedit .btn_green{
	color:#fff;
}
.txtedit .btn_orange{
	color:#fff;
}
/*----------一下为图文编辑器默认样式-------------*/

.newstxt table{
margin-bottom: 10px;
border-collapse: collapse;
display: table;
border-spacing: 0;
border-color: gray;
line-height:1.5em;
}

.newstxt tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
border-collapse: collapse;
}
.newstxt tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

.newstxt td, .newstxt th {
padding: 5px 10px;
border: 1px solid #DDD;
display: table-cell;
}

.newstxt p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.newstxt td p{
	margin: 0px;
	padding: 0px;
}
.newstxt .contact .list-paddingleft-2 {
padding-left: 20px;
}
.newstxt .contact ol, .newstxt .contact ul {
margin: 0;
padding: 0;
list-style: none;
}
.newstxt .contact ul, .newstxt .contact menu, .newstxt .contact dir {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

.newstxt .contact li {
clear: both;
display: list-item;
text-align: -webkit-match-parent;
}